Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ImageData Class / SetImage Method / SetImage(Byte[],String) Method
The byte array of the image.
The content type of the image data.

In This Topic
    SetImage(Byte[],String) Method
    In This Topic
    Sets the image that is displayed by this picture.
    Syntax
    'Declaration
     
    Public Overloads Sub SetImage( _
       ByVal bytes() As System.Byte, _
       ByVal contentType As System.String _
    ) 
    public void SetImage( 
       System.byte[] bytes,
       System.string contentType
    )

    Parameters

    bytes
    The byte array of the image.
    contentType
    The content type of the image data.
    See Also